-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumped upload-artifact action from v3 to v4 #1827
Bumped upload-artifact action from v3 to v4 #1827
Conversation
Signed-off-by: Eric Reinecke <[email protected]>
0d1ab0b
to
a58efc3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1827 +/- ##
==========================================
+ Coverage 84.11% 84.75% +0.63%
==========================================
Files 198 176 -22
Lines 22241 12711 -9530
Branches 4687 1181 -3506
==========================================
- Hits 18709 10773 -7936
+ Misses 2610 1760 -850
+ Partials 922 178 -744
Flags with carried forward coverage won't be shown. Click here to find out more. see 129 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
te upload artifact Signed-off-by: Eric Reinecke <[email protected]>
… deprecated implicit merge behavior available in v3 upload artifact. Updated pypi publish to match new artifact name pattern Signed-off-by: Eric Reinecke <[email protected]>
65d2411
to
c57e115
Compare
Signed-off-by: Eric Reinecke <[email protected]>
…rtifact names Signed-off-by: Eric Reinecke <[email protected]>
Signed-off-by: Darby Johnston <[email protected]>
* Eric's fixe from PR #1827 Signed-off-by: Darby Johnston <[email protected]> * Update dawidd6/action-download-artifact to v8 Signed-off-by: Darby Johnston <[email protected]> * Try updating pypa/cibuildwheel Signed-off-by: Darby Johnston <[email protected]> * Update setup-python Signed-off-by: Darby Johnston <[email protected]> * Try using native ARM runner Signed-off-by: Darby Johnston <[email protected]> * Use ubuntu-latest and ubuntu-24.04-arm Signed-off-by: Darby Johnston <[email protected]> * Set MACOSX_DEPLOYMENT_TARGET Signed-off-by: Darby Johnston <[email protected]> * Use default images Signed-off-by: Darby Johnston <[email protected]> * Try setting CIBW_ARCHS_LINUX to auto Signed-off-by: Darby Johnston <[email protected]> * Try setting CIBW_ARCHS_LINUX explicitly Signed-off-by: Darby Johnston <[email protected]> * Add back ticks Signed-off-by: Darby Johnston <[email protected]> * Set images explicitly Signed-off-by: Darby Johnston <[email protected]> * Try removing CIBW_ARCHS_LINUX Signed-off-by: Darby Johnston <[email protected]> * Try setting CIBW_ARCHS_LINUX to native Signed-off-by: Darby Johnston <[email protected]> * Remove old code Signed-off-by: Darby Johnston <[email protected]> --------- Signed-off-by: Darby Johnston <[email protected]>
Superseded by #1828. |
Supersedes #1740
Bump upload-artifact github action to v4 in line with deprecation.
The V4 update no longer supports implicit merge of matrixed build products into a single uploaded artifact (in v3 all wheel platform/python version variants were implicitly merged into a
wheels
artifact). This update makes a separate artifact for each matrix variant ant then merges them on download when creating a release to push to pypi.